YNQ  YNQ-1.6.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
NetBIOS Daemon

Functions

NQ_STATUS ndStart (SYSemaphore *sem)
 
void ndStop (void)
 
void ndNotifyConfigurationChange (NDAdapterInfo *adapter)
 

Detailed Description

Function Documentation

NQ_STATUS ndStart ( SYSemaphore sem)

Startup point for NetBIOS Daemon.

Parameters
semPointer to semaphore
Returns
NQ_SUCCESS when the daemon has started and NQ_FAIL when it failed to start.
void ndStop ( void  )

Shutdown point for NetBIOS Daemon.

void ndNotifyConfigurationChange ( NDAdapterInfo *  adapter)

Notification about a change in the network configuration. The application may call this function when the list of adapters changes or when wins servers are updated. This call causes NetBIOS Daemon to reload the list of adapters and send new registrations to WINS servers.